In This Topic
Adds an element with the provided key and value to the
ObservableDictionary<TKey,TValue>.
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As , _
ByVal As _
)
Parameters
- key
- The object to use as the key of the element to add.
- value
- The object to use as the value of the element to add.
See Also